home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-pppext-isdn-01.txt < prev    next >
Text File  |  1993-08-13  |  11KB  |  443 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        W A Simpson
  8. Internet Draft                                                Daydreamer
  9. expires in six months                                        August 1993
  10.  
  11.  
  12.                      PPP over Circuit-Switched ISDN
  13.  
  14.  
  15.  
  16. Status of this Memo
  17.  
  18.    This document is the product of the Point-to-Point Protocol Working
  19.    Group of the Internet Engineering Task Force (IETF).  Comments should
  20.    be submitted to the ietf-ppp@ucdavis.edu mailing list.
  21.  
  22.    Distribution of this memo is unlimited.
  23.  
  24.    This document is an Internet Draft.  Internet Drafts are working
  25.    documents of the Internet Engineering Task Force (IETF), its Areas,
  26.    and its Working Groups.  Note that other groups may also distribute
  27.    working documents as Internet Drafts.
  28.  
  29.    Internet Drafts are draft documents valid for a maximum of six
  30.    months.  Internet Drafts may be updated, replaced, or obsoleted by
  31.    other documents at any time.  It is not appropriate to use Internet
  32.    Drafts as reference material or to cite them other than as a
  33.    ``working draft'' or ``work in progress.''
  34.  
  35.    Please check the 1id-abstracts.txt listing contained in the
  36.    internet-drafts Shadow Directories on nic.ddn.mil, nnsc.nsf.net,
  37.    nic.nordu.net, ftp.nisc.sri.com, or munnari.oz.au to learn the
  38.    current status of any Internet Draft.
  39.  
  40. Abstract
  41.  
  42.    The Point-to-Point Protocol (PPP) [1] provides a standard method for
  43.    transporting multi-protocol datagrams over point-to-point links.
  44.  
  45.    This document describes the use of PPP over Integrated Services
  46.    Digital Network (ISDN) switched circuits.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Simpson                  expires in six months                  [Page i]
  59. DRAFT                        PPP over ISDN                   August 1993
  60.  
  61.  
  62. 1.  Introduction
  63.  
  64.    PPP was designed as a standard method of communicating over point-
  65.    to-point links.  Initial deployment has been over short local lines,
  66.    leased lines, and plain-old-telephone-service (POTS) using modems.
  67.    As new packet services and higher speed lines are introduced, PPP is
  68.    easily deployed in these environments as well.
  69.  
  70.    This specification is primarily concerned with the use of the PPP
  71.    encapsulation over ISDN B-channel links.  Since the ISDN B-channel is
  72.    by definition a point-to-point circuit, PPP is well suited to use
  73.    over ISDN B-channels.
  74.  
  75.    The ISDN Primary Rate Interface (PRI) may support hundreds of
  76.    concurrent B-channel links.  The PPP LCP and NCP mechanisms are
  77.    particularly useful in this situation in reducing or eliminating hand
  78.    configuration, and facilitating ease of communication between diverse
  79.    implementations.
  80.  
  81.    The ISDN D-channel can also be used for sending packets, but is
  82.    limited in bandwidth and often restricts communication links to a
  83.    local switch.
  84.  
  85.  
  86. 2.  Physical Layer Requirements
  87.  
  88.    PPP treats ISDN channels as bit-oriented synchronous links.  These
  89.    links MUST be full-duplex, but MAY be either dedicated or circuit-
  90.    switched.
  91.  
  92.    Interface Format
  93.  
  94.       PPP presents an octet interface to the physical layer.  There is
  95.       no provision for sub-octets to be supplied or accepted.
  96.  
  97.    Transmission Rate
  98.  
  99.       PPP does not impose any restrictions regarding transmission rate,
  100.       other than that of the particular ISDN channel interface.
  101.  
  102.    Control Signals
  103.  
  104.       PPP does not require the use of control signals.  When available,
  105.       using such signals can allow greater functionality and
  106.       performance.  Implications are discussed in [3].
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. Simpson                  expires in six months                  [Page 1]
  114. DRAFT                        PPP over ISDN                   August 1993
  115.  
  116.  
  117.    Encoding
  118.  
  119.       By default, it is recommended that a bit-synchronous NRZ encoding
  120.       be used directly over the ISDN B-channel interface.  By prior
  121.       configuration, PPP may also be used with NRZI encoding, and with
  122.       asynchronous terminal adapters conforming to V.120 [2].
  123.  
  124.       Due to the use of these alternate encoding techniques, it is
  125.       possible to fail to interoperate.  Those implementations which
  126.       desire to interoperate with multiple encodings MAY choose to
  127.       detect those encodings automatically.
  128.  
  129.       The only reliable method of detection available is to switch modes
  130.       between the various encodings.  The mode switch SHOULD occur at
  131.       twice the Restart Timer interval; that is, if the interval is 300
  132.       milliseconds, the mode would be switched each 600 milliseconds.
  133.  
  134.       Max-Configure MUST be set such that the cumulative attempts result
  135.       in no more than 59 seconds of time before disconnect.  It is
  136.       preferable that the default limit of 30 seconds be observed.
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. Simpson                  expires in six months                  [Page 2]
  169. DRAFT                        PPP over ISDN                   August 1993
  170.  
  171.  
  172. 3.  Framing
  173.  
  174.    For B-channels, in the absence of prior configuration, the
  175.    implementation MUST first use "PPP HDLC Framing" [3], as opposed to
  176.    other framings, for initial link establishment.  This assumes that
  177.    circuit-switched communications are generally [host | router] to
  178.    [host | router].  The implementation MAY change to X.25 or Frame
  179.    Relay framing, when those frames are detected.
  180.  
  181.    For D-channels, by default no data service is expected.  By prior
  182.    configuration, "PPP in X.25" [4] or "PPP in Frame Relay" [5] framing
  183.    MAY be used.
  184.  
  185.    Despite the fact that HDLC, LAPB, LAPD, and LAPF are nominally
  186.    distinguishable, multiple methods of framing SHOULD NOT be used
  187.    concurrently on the same link.
  188.  
  189.  
  190. 4.  In-Band Format Detection
  191.  
  192.    It is possible to connect an ISDN circuit to an X.25 or Frame Relay
  193.    circuit.  This results in the receipt of a different type of frame.
  194.  
  195.    The PPP HDLC framing is easily distinguished from X.25 or Frame Relay
  196.    frames.  Initial PPP frames always start with the sequence ff-03-c0-
  197.    21.
  198.  
  199.    Initial X.25 frames will likely have a first octet of 1 or 3.  If an
  200.    X.25 frame is detected, the implementation MUST either change to the
  201.    "PPP in X.25" [4] framing method, or report a link misconfiguration.
  202.  
  203.    Initial Frame Relay frames have a first octet which is even (the
  204.    least significant bit is 0).  If a Frame Relay frame is detected, the
  205.    implementation MUST either change to the "PPP in Frame Relay" [5]
  206.    framing method, or report a link misconfiguration.
  207.  
  208.    The accidental connection of an ISDN link to feed an X.25 or Frame
  209.    Relay multipoint network MUST result in a misconfiguration
  210.    indication.  This can be detected by multiple responses to the LCP
  211.    Configure-Request with the same Identifier, coming from different
  212.    framing addresses.
  213.  
  214.  
  215. 5.  Out-of-Band signaling
  216.  
  217.    Experience has shown that the LLC Information Element is not reliably
  218.    transmitted end to end.  The deployment of compatible switches is too
  219.    limited, and the subscription policies of the providers are too
  220.  
  221.  
  222.  
  223. Simpson                  expires in six months                  [Page 3]
  224. DRAFT                        PPP over ISDN                   August 1993
  225.  
  226.  
  227.    diverse.
  228.  
  229.    No values which pertain to PPP have been assigned, as yet.
  230.  
  231.    Therefore, transmission of the LLC-IE SHOULD NOT be relied upon.
  232.  
  233.  
  234. 6.  Configuration Details
  235.  
  236.    For 64 Kbps links, the Restart Timer is recommended to be 300
  237.    milliseconds, and Max-Configure is recommended to be 100 attempts.
  238.    This results in 30 seconds before failure is detected.
  239.  
  240.    The LCP recommended sync configuration options apply to ISDN links.
  241.  
  242.    The standard LCP sync configuration defaults apply to ISDN links.
  243.  
  244.    The typical network feeding the link is likely to have a MRU of
  245.    either 1500, or 2048 or greater.  To avoid fragmentation, the
  246.    Maximum-Transmission-Unit (MTU) at the network layer SHOULD NOT
  247.    exceed 1500, unless a peer MRU of 2048 or greater is specifically
  248.    negotiated.
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278. Simpson                  expires in six months                  [Page 4]
  279. DRAFT                        PPP over ISDN                   August 1993
  280.  
  281.  
  282. Security Considerations
  283.  
  284.    Security issues are not discussed in this memo.
  285.  
  286.  
  287. References
  288.  
  289.    [1]   Simpson, W. A., "The Point-to-Point Protocol (PPP)", work in
  290.          progress.
  291.  
  292.    [2]   CCITT, "Recommendation V.120: Data Communications over the
  293.          Telephone Network", Blue Book, ITU 1988
  294.  
  295.    [3]   Simpson, W.A., "PPP HLDC Framing", work in progress.
  296.  
  297.    [4]   Simpson, W.A., "PPP in X.25", work in progress.
  298.  
  299.    [5]   Simpson, W.A., "PPP in Frame Relay", work in progress.
  300.  
  301.  
  302. Acknowledgments
  303.  
  304.    This design was inspired by the paper "Parameter Negotiation for the
  305.    Multiprotocol Interconnect", Keith Sklower and Clifford Frost,
  306.    University of California, Berkeley, 1992, unpublished.
  307.  
  308.    Other details were gleaned from "Determination of Encapsulation of
  309.    Multi-protocol Datagrams in Circuit-switched Environments", Keith
  310.    Sklower, University of California, Berkeley, IETF IPLPDN WG draft,
  311.    July 1993.  That paper credits previous work "A Subnetwork Control
  312.    Protocol for ISDN Circuit-Switching", Leifer, D., Sheldon, S. and
  313.    Gorsline, B.; IETF IPLPDN WG draft, March 1991; and "A Negotiation
  314.    Protocol for Multiple Link-Protocol over ISDN Circuit-Switching",
  315.    Muramaki, K. and Sugawara, T.; IETF IPLPDN WG draft, May 1992.
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333. Simpson                  expires in six months                  [Page 5]
  334. DRAFT                        PPP over ISDN                   August 1993
  335.  
  336.  
  337. Chair's Address
  338.  
  339.    The working group can be contacted via the current chair:
  340.  
  341.       Fred Baker
  342.       Advanced Computer Communications
  343.       315 Bollay Drive
  344.       Santa Barbara, California, 93111
  345.  
  346.       EMail: fbaker@acc.com
  347.  
  348.  
  349. Author's Address
  350.  
  351.    Questions about this memo can also be directed to:
  352.  
  353.       William Allen Simpson
  354.       Daydreamer
  355.       Computer Systems Consulting Services
  356.       1384 Fontaine
  357.       Madison Heights, Michigan  48071
  358.  
  359.       EMail: Bill.Simpson@um.cc.umich.edu
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. Simpson                  expires in six months                  [Page 6]
  389. DRAFT                        PPP over ISDN                   August 1993
  390.  
  391.  
  392.                            Table of Contents
  393.  
  394.  
  395.      1.     Introduction ..........................................    1
  396.  
  397.      2.     Physical Layer Requirements ...........................    1
  398.  
  399.      3.     Framing ...............................................    3
  400.  
  401.      4.     In-Band Format Detection ..............................    3
  402.  
  403.      5.     Out-of-Band signaling .................................    3
  404.  
  405.      6.     Configuration Details .................................    4
  406.  
  407.      SECURITY CONSIDERATIONS ......................................    5
  408.  
  409.      REFERENCES ...................................................    5
  410.  
  411.      ACKNOWLEDGEMENTS .............................................    5
  412.  
  413.      CHAIR'S ADDRESS ..............................................    6
  414.  
  415.      AUTHOR'S ADDRESS .............................................    6
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.